Northwoods.GoSilverlight 1.3.5 Assembly
ModifyLinkFromPort Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ModifyLinkFromPort Method

linkdata
the link data to be modified
nodekey
the new node data's NodeKey
portparam
This method actually implements the modification of a link data to change the reference to the "from" node data and the link's "from" port information.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ModifyLinkFromPort( _
   ByVal linkdata As LinkType, _
   ByVal nodekey As NodeKey, _
   ByVal portparam As PortKey _
) 
C# 
protected virtual void ModifyLinkFromPort( 
   LinkType linkdata,
   NodeKey nodekey,
   PortKey portparam
)

Parameters

linkdata
the link data to be modified
nodekey
the new node data's NodeKey
portparam

Remarks

This method can be overridden in case the LinkFromPath or LinkFromParameterPath property paths are not flexible enough or fast enough to get the node and port for a link.

Requirements

See Also

© 2012 All Rights Reserved.